Papers with task-specific tuning
SingaKids: A Multilingual Multimodal Dialogic Tutor for Language Learning (2025.acl-industry)
Copied to clipboard
Zhengyuan Liu, Geyu Lin, Hui Li Tan, Huayun Zhang, Yanfeng Lu, Xiaoxue Gao, Stella Xin Yin, Sun He, Hock Huan Goh, Lung Hsiang Wong, Nancy F. Chen
| Challenge: | Empirical studies show that SingaKids provides effective dialogic teaching, benefiting learners at different performance levels. |
| Approach: | They propose a dialogic tutor designed to facilitate language learning through picture description tasks. |
| Outcome: | Empirical studies show that SingaKids provides effective dialogic teaching, benefiting learners at different performance levels. |
Remedy-R: Generative Reasoning for Machine Translation Evaluation without Error Annotations (2026.findings-acl)
Copied to clipboard
| Challenge: | Recent MT metrics like xCOMET, Met-ricX, and Remedy have strong correlations with human preferences, but they are black boxes, revealing little insight into why a translation is good or bad. |
| Approach: | They propose a reasoning-driven generative MT metric trained with reinforcement learning from pairwise translation preferences without requiring error-span annotations or distillation from closed LLMs. |
| Outcome: | The proposed reasoning-driven generative MT metric produces step-by-step analyses of accuracy, fluency, and completeness, enabling more interpretable assessments. |
From Token to Action: State Machine Reasoning to Mitigate Overthinking in Information Retrieval (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Chain-of-Thought (CoT) prompting often leads to overthinking in large language models . redundant trajectories that revisit similar states and misguided reasoning that diverges from user intent are two key challenges in information retrieval. |
| Approach: | They propose a transition-based reasoning framework that supports early stopping and fine-grained control. |
| Outcome: | The proposed framework improves retrieval performance by 3.4% while reducing token usage by 74.4%. |
Error-driven Data-efficient Large Multimodal Model Tuning (2025.acl-long)
Copied to clipboard
| Challenge: | Large Multimodal Models (LMMs) have demonstrated impressive performance across numerous academic benchmarks, but task-specific tuning samples are often not readily available or expensive and time-consuming to obtain. |
| Approach: | They propose an error-driven data-efficient tuning framework that aims to efficiently adapt generic LMMs to newly emerging tasks without extensive task-specific training samples. |
| Outcome: | The proposed model achieves an average performance boost of 7.01% on seven tasks across three training data scales and three different training datascales. |
NoisyCausal: A Benchmark for Evaluating Causal Reasoning Under Structured Noise (2026.acl-long)
Copied to clipboard
| Challenge: | Existing benchmarks focus on clean, abstract scenarios where causal structure is simple or implicitly assumed. |
| Approach: | They propose a benchmark to evaluate causal reasoning under structured noise. |
| Outcome: | The proposed method outperforms standard prompting and reasoning baselines on NoisyCausal. |
Value of Information: A Framework for Human–Agent Communication (2026.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to large language model (LLM) agents fail to account for stakes of different decisions. |
| Approach: | They propose a framework that balances task risk, query ambiguity, user effort . they use a value-of-information framework to dynamically weigh the expected utility gain . |
| Outcome: | The proposed model matches or exceeds the best manually-tuned baselines in four domains . it explicitly balances task risk, query ambiguity, and user effort . |